home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Hardware / BetaScan / BetaScanDev / Include / makeILBM.h next >
C/C++ Source or Header  |  1999-01-23  |  254b  |  9 lines

  1. #ifndef MAKEILBM_H
  2. #define MAKEILBM_H
  3.  
  4. struct ILBMFile *openILBM(char* name,short compr,struct ScanInformation* info);
  5. void   closeILBM(struct ILBMFile* fh,short error);
  6. void   writeILBM(struct ILBMFile* fh,struct ScanLine* line);
  7.  
  8. #endif /* MAKEILBM */
  9.